home *** CD-ROM | disk | FTP | other *** search
/ By Popular Request 2.0 / By Popular Request 2.0 (Arsenal Computer).ISO / amiga_1 / atcpsd40.lha / AmiTCP-4.0-gcc / netinclude / net / sana2tags.h < prev   
C/C++ Source or Header  |  1995-06-04  |  819b  |  28 lines

  1. #ifndef NET_SANA2TAGS_H
  2. #define NET_SANA2TAGS_H \
  3.        "$Id: sana2tags.h,v 4.1 1994/10/05 23:16:26 ppessi Exp $"
  4. /*
  5.  *      Well known parameters for SANA-II/IP
  6.  *
  7.  *      Copyright ⌐ 1994 AmiTCP/IP Group,
  8.  *                       Network Solutions Development, Inc.
  9.  *                       All rights reserved.
  10.  */
  11.  
  12. #define    ETHERTYPE_IP    0x0800        /* IP protocol */
  13. #define ETHERTYPE_ARP    0x0806        /* Addr. resolution protocol */
  14.  
  15. #define SLIPTYPE_IP ETHERTYPE_IP
  16. #define CSLIPTYPE_IP ETHERTYPE_IP
  17.  
  18. #define ARCOTYPE_IP     240    /* RFC 1051 framing */
  19. #define ARCOTYPE_ARP    241    /* RFC 1051 framing */
  20.  
  21. #define ARCNTYPE_IP     212    /* RFC 1201 framing */
  22. #define ARCNTYPE_ARP    213    /* RFC 1201 framing */
  23. #define ARCNTYPE_RARP   214    /* RFC 1201 framing */
  24.  
  25. #define PPPTYPE_IP      0x21    /* RFC 1334 IP protocol */
  26.  
  27. #endif
  28.